github.com/google/go-cmp/cmp.pathFilter.opt (field)

4 uses

	github.com/google/go-cmp/cmp (current package)
		options.go#L123: 		return &pathFilter{fnc: f, opt: opt}
		options.go#L131: 	opt Option
		options.go#L136: 		return f.opt.filter(s, t, vx, vy)
		options.go#L142: 	return fmt.Sprintf("FilterPath(%s, %v)", function.NameOf(reflect.ValueOf(f.fnc)), f.opt)